From: Eli Zaretskii Date: Mon, 14 Jul 2025 11:35:31 +0000 (+0300) Subject: ; * lisp/window.el (window-state-put): Fix a typo (bug#79013). X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~31 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=756e7e524395cc3cdf5a0945c58af402e5054cfb;p=emacs.git ; * lisp/window.el (window-state-put): Fix a typo (bug#79013). --- diff --git a/lisp/window.el b/lisp/window.el index 678c32ea62c..6eaa983f4c7 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -6485,7 +6485,7 @@ was killed since STATE was made, it will consult the variable (if pixelwise 'min-pixel-height 'min-height) head))) (min-width (cdr (assq - (if pixelwise 'min-pixel-width 'min-weight) + (if pixelwise 'min-pixel-width 'min-width) head))) ;; Bind the following two variables. `window--state-put-1' has ;; to fully control them (see Bug#50867 and Bug#64405).